home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / mdmcomm1.zip / ANSI.BI next >
Text File  |  1993-04-04  |  730b  |  25 lines

  1. CONST CLREND    = ""                        ' Clear to end of line
  2. CONST ACLRSCR   = ""                        ' Clear Screen
  3. CONST BLACK     = ""
  4. CONST RED       = ""
  5. CONST GREEN     = ""
  6. CONST BROWN     = ""
  7. CONST BLUE      = ""
  8. CONST MAGENTA   = ""
  9. CONST CYAN      = ""
  10. CONST WHITE     = ""'
  11. CONST BBLACK    = ""
  12. CONST BRED      = ""
  13. CONST BGREEN    = ""
  14. CONST YELLOW    = ""
  15. CONST BBLUE     = ""
  16. CONST BMAGENTA  = ""
  17. CONST BCYAN     = ""
  18. CONST BWHITE    = ""
  19.         
  20. CONST UP        = "A"
  21. CONST DOWN      = "B"
  22. CONST RIGHT     = "C"
  23. CONST LEFT      = "D"
  24.  
  25.